home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Mac Game Programming Gurus / TricksOfTheMacGameProgrammingGurus.iso / Demos / Tools / QC™ 1.1.3 / QCAPI / BadAPPL / BadAPPL src / MakeBad < prev   
Encoding:
Text File  |  1995-04-21  |  338 b   |  10 lines  |  [TEXT/MPS ]

  1. ##
  2. # Please note that this script assumes there is a shell variable
  3. # called {Trash} that points to your 'startup volume:Trash:'. If it
  4. # is not defined then the output will simply be redirected to the
  5. # current directory (and then deleted).
  6. ##
  7.  
  8. make -f BadAPPL.make BadAPPL > "{Trash}buildbad";"{Trash}buildbad"
  9. delete "{Trash}buildbad"
  10.